-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first round of updates to disable type assertions #2879
first round of updates to disable type assertions #2879
Conversation
...pages/projects/screens/detail/overview/serverModels/deployedModels/DeployedModelsSection.tsx
Outdated
Show resolved
Hide resolved
4ac45ef
to
8011609
Compare
.../src/pages/modelRegistry/screens/RegisteredModelsArchive/RegisteredModelsArchiveListView.tsx
Outdated
Show resolved
Hide resolved
frontend/src/concepts/pipelines/content/tables/usePipelineFilter.ts
Outdated
Show resolved
Hide resolved
frontend/src/concepts/pipelines/content/compareRuns/metricsSection/roc/utils.ts
Outdated
Show resolved
Hide resolved
8011609
to
1b5430c
Compare
2b1b073
to
1112c0d
Compare
d4b787e
to
cc0d111
Compare
frontend/src/pages/modelServing/screens/metrics/performance/ModelMeshMetrics.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/modelServing/screens/metrics/performance/ServerGraphs.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/projects/screens/spawner/environmentVariables/EnvTypeSelectField.tsx
Outdated
Show resolved
Hide resolved
e977cc1
to
af884c1
Compare
933956e
to
0722fd0
Compare
c9cd7ed
to
e3f487a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2879 +/- ##
==========================================
- Coverage 78.54% 78.45% -0.10%
==========================================
Files 1138 1139 +1
Lines 24146 24224 +78
Branches 6098 6151 +53
==========================================
+ Hits 18966 19005 +39
- Misses 5180 5219 +39
... and 21 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
e3f487a
to
4c353b9
Compare
10f43ce
to
3103b0e
Compare
3103b0e
to
70fae10
Compare
70fae10
to
4a3e920
Compare
4a3e920
to
538ba4d
Compare
...tend/src/concepts/pipelines/content/compareRuns/metricsSection/PipelineRunArtifactSelect.tsx
Outdated
Show resolved
Hide resolved
...nd/src/concepts/pipelines/content/configurePipelinesServer/ConfigurePipelinesServerModal.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/modelRegistry/screens/ModelVersionsArchive/ModelVersionsArchiveListView.tsx
Outdated
Show resolved
Hide resolved
5d5b8c7
to
cb9ac68
Compare
666ccb4
to
9658cae
Compare
...erving/screens/metrics/bias/BiasConfigurationPage/BiasConfigurationModal/MetricTypeField.tsx
Outdated
Show resolved
Hide resolved
9658cae
to
bff3169
Compare
bff3169
to
0af9464
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: christianvogt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Closes: RHOAIENG-4336
Description
We would like to limit the use of type assertions as much as possible. However, a large amount of these assertions are made in a type-cast like way making it very tricky to type check them. We may need to resort to using
as
in the type guard in those cases.How Has This Been Tested?
npm run test
Request review criteria:
Self checklist (all need to be checked):
After the PR is posted & before it merges:
main